From bc44b0fda0ed41b5380214469fa87749168bf452 Mon Sep 17 00:00:00 2001 From: "K. Handa" Date: Wed, 1 Jan 2014 00:03:36 +0900 Subject: [PATCH] international/mule-conf.el: Unify the charset indian-is13194. (indian-is13194): Specify unify-map. --- lisp/ChangeLog | 5 +++++ lisp/international/mule-conf.el | 10 ++++++---- 2 files changed, 11 insertions(+), 4 deletions(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index cbb594762d0..f57b51fda47 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2013-12-31 Eli Zaretskii + + * international/mule-conf.el: Unify the charset indian-is13194. + (indian-is13194): Specify unify-map. + 2013-12-31 Leo Liu * subr.el (set-temporary-overlay-map): Obsolete alias. (Bug#16305) diff --git a/lisp/international/mule-conf.el b/lisp/international/mule-conf.el index a84054b498b..4548033edb6 100644 --- a/lisp/international/mule-conf.el +++ b/lisp/international/mule-conf.el @@ -888,14 +888,15 @@ ;; script which IS-13194 supports. (define-charset 'indian-is13194 - "Generic Indian charset for data exchange with IS 13194" - :short-name "IS 13194" - :long-name "Indian IS 13194" + "7-bit representation of IS 13194 (ISCII) for Devanagari" + :short-name "IS 13194 (DEV)" + :long-name "Indian IS 13194 (DEV)" :iso-final-char ?5 :emacs-mule-id 225 :supplementary-p t :code-space [33 126] - :code-offset #x180000) + :code-offset #x180000 + :unify-map "MULE-is13194") (let ((code-offset #x180100)) (dolist (script '(devanagari sanskrit bengali tamil telugu assamese @@ -1192,6 +1193,7 @@ (unify-charset 'ipa) (unify-charset 'tibetan) (unify-charset 'ethiopic) +(unify-charset 'indian-is13194) (unify-charset 'japanese-jisx0208-1978) (unify-charset 'japanese-jisx0208) (unify-charset 'japanese-jisx0212) -- 2.30.2